home *** CD-ROM | disk | FTP | other *** search
- * "multireq.library"
- ##base _MultiReqBase
- ##bias 30
- *
- * String functions
- *
- StrLen(str)(a0)
- StrCpy(src,dest)(a0/a1)
- StrCmp(str1,str2)(a0/a1)
- StrIns(src,dest)(a0/a1)
- UpperCase(character)(d0)
- TestPattern(wild,str)(a0/a1)
- *
- * MsgPort Functions
- *
- DelPort(port)(a1)
- CrtPort(name,pri)(a0,d0)
- *
- * DOS Functions
- *
- GetCurrentPath(buff)(a0)
- *
- * GFX Functions
- *
- DrawBox(rp,x1,y1,x2,y2,col1,col2)(a1,d0/d1/d2/d3/d4/d5)
- DrawFilledBox(rp,x1,y1,x2,y2,col1,col2,fillcol)(a1,d0/d1/d2/d3/d4/d5/d6)
- DrawTexts(rp,textlist)(a1,a0)
- DrawWinBorder(win,title)(a0/a1)
- DrawGadgetBorder(gadgets,win,numgad)(a0/a1,d0)
- *
- * FileRequester Functions
- *
- InitFileReq(fr_ptr,numlist)(a0,d0)
- FreeFileReq(fr_ptr)(a0)
- FileRequester(filereq,screen)(a0/a1)
- ##end
-